ImportAsFragment(Byte[],ImageRect) Method
In This Topic
Loads the pixel buffer from a byte array to the given destination within the image.
Syntax
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal () As System.Byte, _
ByVal As ImageRect _
)
public void ImportAsFragment(
System.byte[] ,
ImageRect
)
Parameters
- bytes
- The source byte array with pixel buffer.
- dstRect
- The destination rectangle within the target bitmap.
See Also